-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📄🔧:update adr 0004 w/ fine example usage #691
📄🔧:update adr 0004 w/ fine example usage #691
Conversation
Since the JS/TS linting situation is currently quite tumultuous (ESLint vs. Biome)12; let's start w/ Markdown linting first when thinking in terms of custom lint rules… 🔗 https://www.npmjs.com/package/remark-lint Footnotes |
Right, if you thought custom Babel plugins should be mentioned as acceptable use, correct! Extending that privilege to source code of plugins supporting Markdown transformation, also correct! |
Signed-off-by: Derek Lewis <dereknongeneric@open.inf.is>
e00e112
to
2ca365c
Compare
we can list it on the members roster!
this probably helps determine staleness
Co-authored-by: OpenINF Bot <132791922+openinfbot@users.noreply.github.com> Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Derek Lewis <dereknongeneric@open.inf.is>
we can list it on the members roster!
this probably helps determine staleness
Co-authored-by: OpenINF Bot <132791922+openinfbot@users.noreply.github.com> Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
f4f6751
to
f0140a2
Compare
…/DerekNonGeneric/openinf-github-dotrepo into amend/adr-004--custom-lint-rules
roster will give her back her version
Co-authored-by: Derek Lewis <dereknongeneric@open.inf.is> Signed-off-by: OpenINF Bot <132791922+openinfbot@users.noreply.github.com>
Signed-off-by: OpenINF Bot <132791922+openinfbot@users.noreply.github.com>
Signed-off-by: OpenINF Bot <132791922+openinfbot@users.noreply.github.com>
Signed-off-by: OpenINF Bot <132791922+openinfbot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these additions/modifications are fine.
Pull Request Purpose
Make a selection on the purpose(s) of your changes.
This PR contains the following:
Testing
Have you included any tests in your submission?
tests)
Breaking Changes
Have you modified any aspect public API surface (i.e., caused breakage)?
necessary)
Description
A concise recap summarily detailing what all are the changes being made.
Maybe having more concrete example usage would be helpful in understanding proper expected usage…
List of any relevant issue numbers:
let
orconst
instead ofvar
(JS-0239) openinf.github.io#1110 (comment)